Chris Swires | 3 Sep 2012 17:35
Picon
Picon
Favicon

Bigtable Benchmark

Hi all, 

I was attempting to try the bigtable benchmark earlier on from https://github.com/yesodweb/benchmarks/blob/master/bigtable/yesod.hs and I'm met with a type mismatch from the copyByteString calls within the table creator (expected ByteString got [Char]). I presume this method has thus changed and I need to convert the Strings to ByteString's prior to building the table? 

Thanks for any help, 

Best, 

Chris.

Lorenzo Bolla | 3 Sep 2012 17:58
Picon
Gravatar

Re: Bigtable Benchmark

Not sure about the error you are getting (probably you have an old
version of Blaze?).
But also for me the benchmark did not compile: I've submitted a
pull-request for them: https://github.com/yesodweb/benchmarks/pull/6

L.

On Mon, Sep 3, 2012 at 4:35 PM, Chris Swires <490415@...> wrote:
> Hi all,
>
> I was attempting to try the bigtable benchmark earlier on from
> https://github.com/yesodweb/benchmarks/blob/master/bigtable/yesod.hs and I'm
> met with a type mismatch from the copyByteString calls within the table
> creator (expected ByteString got [Char]). I presume this method has thus
> changed and I need to convert the Strings to ByteString's prior to building
> the table?
>
> Thanks for any help,
>
> Best,
>
> Chris.

Chris Swires | 3 Sep 2012 18:10
Picon
Picon
Favicon

Re: Bigtable Benchmark

You were right, it was an outdated library and thank you!

On Monday, 3 September 2012 16:58:48 UTC+1, lbolla wrote:

Not sure about the error you are getting (probably you have an old
version of Blaze?).
But also for me the benchmark did not compile: I've submitted a
pull-request for them: https://github.com/yesodweb/benchmarks/pull/6

L.



On Mon, Sep 3, 2012 at 4:35 PM, Chris Swires <490...-QvkbJbr/y3w2EctHIo1CcQ@public.gmane.org> wrote:
> Hi all,
>
> I was attempting to try the bigtable benchmark earlier on from
> https://github.com/yesodweb/benchmarks/blob/master/bigtable/yesod.hs and I'm
> met with a type mismatch from the copyByteString calls within the table
> creator (expected ByteString got [Char]). I presume this method has thus
> changed and I need to convert the Strings to ByteString's prior to building
> the table?
>
> Thanks for any help,
>
> Best,
>
> Chris.

Gmane