1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

wyhash: update benchmark file location in comment

This commit is contained in:
joe-conigliaro 2020-01-29 10:12:44 +11:00 committed by GitHub
parent 5c00851b44
commit 0f1b0f7ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
// branch prediction hints. the C version will be
// removed once the perfomance is matched.
// you can test performance by running:
// v run tools/wyhash_benchmark.v
// try running with and without the -prod flag
// `v run tools/bench/wyhash.v`
// try running with and without the `-prod` flag
module wyhash
#flag -I @VROOT/thirdparty/wyhash