- Version: master
- Subsystem: benchmark
This benchmark requires running make in the directory to build the addon before it can be run (also the Makefile tries to use the global node-gyp, not the one in the codebase). Currently running it with run.js it will just report misc/function_call.js Binding failed to load.
Should we keep this benchmark? If so, it needs to be fixed to work with our current benchmark suite. The purpose of this benchmark seems to be:
// show the difference between calling a short js function
// relative to a comparable C++ function.
// Reports millions of calls per second.
// Note that JS speed goes up, while cxx speed stays about the same.
sounds useful to me.
This benchmark requires running
makein the directory to build the addon before it can be run (also theMakefiletries to use the globalnode-gyp, not the one in the codebase). Currently running it withrun.jsit will just reportmisc/function_call.js Binding failed to load.Should we keep this benchmark? If so, it needs to be fixed to work with our current benchmark suite. The purpose of this benchmark seems to be:
sounds useful to me.