[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] testing actuarial_table performance
From: |
Václav Slavík |
Subject: |
Re: [lmi] testing actuarial_table performance |
Date: |
Mon, 28 May 2012 17:04:51 +0200 |
Hi,
On 27 May 2012, at 19:40, Greg Chicares wrote:
> Soon I'll commit some changes to make it easier to switch between xml
> and binary files,
Please apply this small patch to make soa_stress_test work with them regardless
of the switch's value:
diff --git a/soa_stress_test.cpp b/soa_stress_test.cpp
index 97a57ae..0760d5c 100644
--- a/soa_stress_test.cpp
+++ b/soa_stress_test.cpp
@@ -86,7 +86,7 @@ void report_vector_difference
void test_single_table(char const* filename, int index)
{
soa_actuarial_table soa(filename, index);
- actuarial_table xml(filename, index);
+ xml_actuarial_table xml(filename, index);
LMI_ASSERT( soa.table_type() == xml.table_type() );
Thanks,
Vaclav
- [lmi] [PATCH 4/4] Implement loading of XML actuarial tables., Vaclav Slavik, 2012/05/17
- Re: [lmi] Implement loading of XML actuarial tables., Vaclav Slavik, 2012/05/23
- [lmi] testing actuarial_table performance, Václav Slavík, 2012/05/26
- Re: [lmi] testing actuarial_table performance, Greg Chicares, 2012/05/27
- Re: [lmi] testing actuarial_table performance,
Václav Slavík <=
- Re: [lmi] testing actuarial_table performance, Vaclav Slavik, 2012/05/29
- Re: [lmi] testing actuarial_table performance, Greg Chicares, 2012/05/30
- Re: [lmi] testing actuarial_table performance, Václav Slavík, 2012/05/30
- Re: [lmi] testing actuarial_table performance, Greg Chicares, 2012/05/31
- Re: [lmi] testing actuarial_table performance, Václav Slavík, 2012/05/31
Re: [lmi] Implement loading of XML actuarial tables., Greg Chicares, 2012/05/29