wyhash: update benchmark file location in comment
parent
5c00851b44
commit
0f1b0f7ed4
|
@ -11,8 +11,8 @@
|
||||||
// branch prediction hints. the C version will be
|
// branch prediction hints. the C version will be
|
||||||
// removed once the perfomance is matched.
|
// removed once the perfomance is matched.
|
||||||
// you can test performance by running:
|
// you can test performance by running:
|
||||||
// v run tools/wyhash_benchmark.v
|
// `v run tools/bench/wyhash.v`
|
||||||
// try running with and without the -prod flag
|
// try running with and without the `-prod` flag
|
||||||
module wyhash
|
module wyhash
|
||||||
|
|
||||||
#flag -I @VROOT/thirdparty/wyhash
|
#flag -I @VROOT/thirdparty/wyhash
|
||||||
|
|
Loading…
Reference in New Issue