Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Wow. faster => slower
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Sep 22, 2011
1 parent d7de285 commit 576a92f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h2>Step one: check the tests</h2>


<p>This test class is insane. It runs faster than many people&#8217;s integration tests,
clocking in at about 0.4 seconds. But that&#8217;s still an order of magnitude faster
clocking in at about 0.4 seconds. But that&#8217;s still an order of magnitude slower
than I&#8217;d like. A suite with 200 tests would still take over a minute. Also, look
at all this junk that we have to do for setup.</p>

Expand Down
4 changes: 2 additions & 2 deletions public/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Literate Programming</title>
<link href="http://blog.steveklabnik.com/atom.xml" rel="self"/>
<link href="http://blog.steveklabnik.com/"/>
<updated>2011-09-22T08:42:32-07:00</updated>
<updated>2011-09-22T08:57:51-07:00</updated>
<id>http://blog.steveklabnik.com/</id>
<author>
<name>Steve Klabnik</name>
Expand Down Expand Up @@ -201,7 +201,7 @@ ended up with this running test:&lt;/p&gt;


&lt;p&gt;This test class is insane. It runs faster than many people&amp;#8217;s integration tests,
clocking in at about 0.4 seconds. But that&amp;#8217;s still an order of magnitude faster
clocking in at about 0.4 seconds. But that&amp;#8217;s still an order of magnitude slower
than I&amp;#8217;d like. A suite with 200 tests would still take over a minute. Also, look
at all this junk that we have to do for setup.&lt;/p&gt;

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h2>Step one: check the tests</h2>


<p>This test class is insane. It runs faster than many people&#8217;s integration tests,
clocking in at about 0.4 seconds. But that&#8217;s still an order of magnitude faster
clocking in at about 0.4 seconds. But that&#8217;s still an order of magnitude slower
than I&#8217;d like. A suite with 200 tests would still take over a minute. Also, look
at all this junk that we have to do for setup.</p>

Expand Down
6 changes: 3 additions & 3 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@
<loc>
http://blog.steveklabnik.com/2011/09/22/extracting-domain-models-a-practical-example.html
</loc>
<lastmod>2011-09-22T08:42:19-07:00</lastmod>
<lastmod>2011-09-22T08:57:43-07:00</lastmod>
</url>
<url>
<loc>http://blog.steveklabnik.com/blog/archives/</loc>
<lastmod>2011-09-22T08:42:19-07:00</lastmod>
<lastmod>2011-09-22T08:57:43-07:00</lastmod>
</url>
<url>
<loc>http://blog.steveklabnik.com/</loc>
<lastmod>2011-09-22T08:42:19-07:00</lastmod>
<lastmod>2011-09-22T08:57:43-07:00</lastmod>
</url>
</urlset>
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Mocks, and to some degree RSpec, are like the Hydrogen Peroxide of programming:
{% endblockquote %}

This test class is insane. It runs faster than many people's integration tests,
clocking in at about 0.4 seconds. But that's still an order of magnitude faster
clocking in at about 0.4 seconds. But that's still an order of magnitude slower
than I'd like. A suite with 200 tests would still take over a minute. Also, look
at all this junk that we have to do for setup.

Expand Down

0 comments on commit 576a92f

Please sign in to comment.