You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zapov , Thanks for providing information. It is compiled and executed but have following some doubts.
I have run using "JsonBenchmark.exe BondBinary Small Both 1000000" command but output has "invalid deserialization = 0" is it expected ?
As want to check my built BOND library performance. Is it possible to link built library ? if then how do I link my built library.
3)As I know BOND library after build has two libraries "bond.lib" and "bond_apply.lib" and "bf.exe" and "gbc.exe" executable.
Is this benchmark checking performance of libraries ?
Sorry for inconvenience but I am beginner . Please help me out .
yes. a lot of libraries produce incorrect values, thus there is the check of "invalid deserialization"
you link the relevant output dll from the C# solution. Solution is only interested into actual output, so no need to reference exes, just prepare the output for it to consume. If it's bond compatible you can just replace the current dll, otherwise you'll have to adjust the code to it.
It does. There is also the GatherResults project which executes libraries in various modes and gathers/aggregates the results
Can I get benchmark's compilation and configuration steps as I am unable to compile and configure. I want to only check BOND library performance.
The text was updated successfully, but these errors were encountered: