<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chidakiyo</author_name>
  <author_url>https://blog.hatena.ne.jp/chidakiyo/</author_url>
  <blog_title>寝ても覚めてもこんぴうた</blog_title>
  <blog_url>https://chidakiyo.hatenablog.com/</blog_url>
  <categories>
    <anon>golang</anon>
    <anon>Test</anon>
    <anon>Performance</anon>
  </categories>
  <description>Go のテストに並列機能があるので、それで単純に速度アップができるのかという点と、 parallel オプションで並列数操作したらちゃんと反映されるよね。という点を確認した。 早速ソースコード slow_test.go func Test_slow1(t *testing.T) { time.Sleep(3 * time.Second) } func Test_slow2(t *testing.T) { time.Sleep(1 * time.Second) } func Test_slow3(t *testing.T) { time.Sleep(2 * time.Second) } fast…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchidakiyo.hatenablog.com%2Fentry%2Fgo-test-performance&quot; title=&quot;# Go のテスト並列化してテストが速くなることを改めて確認してみた - 寝ても覚めてもこんぴうた&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/c/chidakiyo/20200625/20200625164918.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-29 10:00:00</published>
  <title># Go のテスト並列化してテストが速くなることを改めて確認してみた</title>
  <type>rich</type>
  <url>https://chidakiyo.hatenablog.com/entry/go-test-performance</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
