mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
state rebase.
This commit is contained in:
parent
dacd342424
commit
3583184cda
18
state.cpp
18
state.cpp
@ -228,24 +228,6 @@ BOOST_AUTO_TEST_CASE(stMemoryTest)
|
|||||||
dev::test::executeTests("stMemoryTest", "/StateTests", dev::test::doStateTests);
|
dev::test::executeTests("stMemoryTest", "/StateTests", dev::test::doStateTests);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(stMemoryStressTest)
|
|
||||||
{
|
|
||||||
for (int i = 1; i < boost::unit_test::framework::master_test_suite().argc; ++i)
|
|
||||||
{
|
|
||||||
string arg = boost::unit_test::framework::master_test_suite().argv[i];
|
|
||||||
if (arg == "--memory" || arg == "--all")
|
|
||||||
{
|
|
||||||
auto start = chrono::steady_clock::now();
|
|
||||||
|
|
||||||
dev::test::executeTests("stMemoryStressTest", "/StateTests", dev::test::doStateTests);
|
|
||||||
|
|
||||||
auto end = chrono::steady_clock::now();
|
|
||||||
auto duration(chrono::duration_cast<chrono::milliseconds>(end - start));
|
|
||||||
cnote << "test duration: " << duration.count() << " milliseconds.\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(stCreateTest)
|
BOOST_AUTO_TEST_CASE(stCreateTest)
|
||||||
{
|
{
|
||||||
for (int i = 1; i < boost::unit_test::framework::master_test_suite().argc; ++i)
|
for (int i = 1; i < boost::unit_test::framework::master_test_suite().argc; ++i)
|
||||||
|
Loading…
Reference in New Issue
Block a user