mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Fix links to moved performance files.
This commit is contained in:
@@ -16,11 +16,11 @@ The overall execution times for those examples are compared below. We compare
|
||||
using `sprintf`, C++ iostreams, __boost_format__, and __karma__.
|
||||
|
||||
For the full source code of the performance test please see here:
|
||||
[@../../optimization/karma/int_generator.cpp int_generator.cpp]. All the
|
||||
[@../../workbench/karma/int_generator.cpp int_generator.cpp]. All the
|
||||
measurements have been done by executing `1e7` iterations for each
|
||||
formatting type (NUMITERATIONS is set to `1e7` in the code shown below).
|
||||
|
||||
[import ../../optimization/karma/int_generator.cpp]
|
||||
[import ../../workbench/karma/int_generator.cpp]
|
||||
|
||||
Code used to measure the performance for `ltoa`:
|
||||
|
||||
@@ -65,11 +65,11 @@ The overall execution times for those examples are compared below. We compare
|
||||
using `sprintf`, C++ iostreams, __boost_format__, and __karma__.
|
||||
|
||||
For the full source code of the performance test please see here:
|
||||
[@../../optimization/karma/double_performance.cpp double_performance.cpp]. All the
|
||||
[@../../workbench/karma/double_performance.cpp double_performance.cpp]. All the
|
||||
measurements have been done by executing `1e6` iterations for each
|
||||
formatting type (NUMITERATIONS is set to `1e6` in the code shown below).
|
||||
|
||||
[import ../../optimization/karma/double_performance.cpp]
|
||||
[import ../../workbench/karma/double_performance.cpp]
|
||||
|
||||
Code used to measure the performance for `sprintf`:
|
||||
|
||||
@@ -120,11 +120,11 @@ compared below. We compare using `sprintf`, C++ iostreams, __boost_format__,
|
||||
and __karma__.
|
||||
|
||||
For the full source code of the performance test please see here:
|
||||
[@../../optimization/karma/format_performance.cpp format_performance.cpp]. All the
|
||||
[@../../workbench/karma/format_performance.cpp format_performance.cpp]. All the
|
||||
measurements have been done by doing `1e6` iterations for each formatting
|
||||
type (NUMITERATIONS is set to `1e6`).
|
||||
|
||||
[import ../../optimization/karma/format_performance.cpp]
|
||||
[import ../../workbench/karma/format_performance.cpp]
|
||||
|
||||
Code used to measure the performance for sprintf:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user