ZeroBrane Studio - ZeroBrane Studio Plugin for Redis Lua Scripts

要讓 ZeroBrane Studio 支援 Redis,先要取得 redis.lua。 ...

April 19, 2017 · 1 min · 286 words · Larry Nung

ZeroBrane Studio - Changing color theme in ZeroBrane Studio

ZeroBrane Studio 內建已有不同的 color theme 可供切換使用,有需要可開啟 cfg/tomorrow.lua 查閱可供使用的 color theme。 ...

April 18, 2017 · 1 min · 336 words · Larry Nung

ZeroBrane Studio - Installation

要進行 ZeroBrane Studio 的安裝,可到 ZeroBrane Studio 的下載頁面下載 ZeroBrane Studio 的主程式。 ...

April 18, 2017 · 1 min · 127 words · Larry Nung

BenchmarkDotNet - Baseline

BenchmarkDotNet 如果要指定量測比較的標準,可在 BenchmarkAttribute 設定 Baseline 為 true,指定的量測方法即會被視為量測的標準,後續的量測則會跟該量測標準做比較。 ...

April 18, 2017 · 1 min · 165 words · Larry Nung

BenchmarkDotNet - Params

使用 BenchmarkDotNet 時若需要設定欄位或是屬性的值,可以使用 ParamsAttribute 指定,像是下面這樣: ...

April 17, 2017 · 1 min · 91 words · Larry Nung

BenchmarkDotNet - Exporters

Exporter 會將 benchmark 的結果輸出成不同的格式。 ...

April 14, 2017 · 1 min · 185 words · Larry Nung

BenchmarkDotNet - Diagnosers

Diagnoser 可以附加到 benchmark 上,並獲取一些有用的資訊。像是內建的 MemoryDiagnoser 就可以幫我們獲取記憶體資訊。 ...

April 13, 2017 · 1 min · 145 words · Larry Nung

BenchmarkDotNet - Columns

BenchmarkDotNet 允許透過設定去變更 Summary Table 的 Column。 內建可使用的 Column 有: ...

April 13, 2017 · 1 min · 367 words · Larry Nung

BenchmarkDotNet - Jobs

BenchmarkDotNet 的 Job 是用來描述 benchmark 是怎樣運行的。 ...

April 13, 2017 · 1 min · 118 words · Larry Nung

BenchmarkDotNet - Getting started

要使用 BenchmarkDotNet 去做 .NET 程式的 benchmark,可先透過 NuGet 安裝 BenchmarkDotNet 套件。 ...

April 13, 2017 · 1 min · 233 words · Larry Nung